Transfers
Using Transfers stream on can receive notifcations about transfer of tokens on chains like Ethereum, Arbitrum etc.
Supported Networks:
- Ethereum mainnet
- Arbitrum
The transfers stream has below filters:
Filter Parameters
Filter Type | Description |
---|---|
Chain | Chain on which the token is deployed. eg. Ethereum, Arbitrum etc. |
Wallet Address | List of wallets you want to track (optional). |
Transfer direction | In, out or both. |
Token address | Token address you want to track. |
Operators | Less then, more than or equal to a specific amount |
Note
If no wallet is provided, all transfers of the token will be streamed
Message Params
Stream Name | Returns the name of the stream |
---|---|
Token | Returns the token transacted |
From | Returns the sender's wallet |
To | Returns the receiver's wallet |
Chain | Returns the chain |
Date & Time Addresses | Returns the date and time of the transaction |
Txn link | Returns the scan link of the transfer |